home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / u1800pmr.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-03-25  |  29.7 KB  |  767 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Unity 1800PM-R"
  3. *%
  4. *% Copyright 1992, 1993, 1994 LaserMaster Corporation
  5. *% All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *%
  11. *% Date: 7 September, 1994
  12. *% Modified by Microsoft 1/22/99 a-roblow to include Languagelevel
  13. *FormatVersion: "3.0"
  14. *FileVersion: "4.3"
  15. *LanguageVersion: English
  16. *Manufacturer: "LaserMaster"
  17. *Product: "(Unity 1800PM-R)"
  18. *PSVersion: "(2002.001) 1"
  19. *NickName: "Unity 1800PM-R"
  20.  
  21. *% PC Driver Flags ===============
  22. *AcceptsTrueType: True
  23. *AcceptsBinary: True
  24. *JobOptionDlg: False
  25.  
  26. *% General Information and Defaults ===============
  27. *ColorDevice: False
  28. *LanguageLevel: "2"
  29. *FreeVM: "2210119"
  30. *VariablePaperSize: False
  31. *FileSystem: True
  32. *?FileSystem: "
  33. save statusdict begin
  34.     (False) /diskstatus where{
  35.         pop diskstatus exch pop 0 ne {pop (True)} if
  36.     }if = flush
  37. end restore
  38. "
  39. *End
  40. *Throughput: "8"
  41. *Password: "0"
  42. *ExitServer: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot perform the exitserver command.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit
  54.   } if 
  55.   serverdict begin exitserver
  56. "
  57. *End
  58.  
  59. *Reset: "
  60.   count 0 eq {  % is the password on the stack?
  61.     true 
  62.   }{
  63.     dup    % potential password
  64.     statusdict begin checkpassword end not
  65.   } ifelse
  66.   {  %  if no password or not valid
  67.     (WARNING : Cannot reset printer.) =
  68.     (Password supplied is not valid.) =
  69.     (Please contact the author of this software.) = flush
  70.     quit
  71.   } if
  72.   serverdict begin exitserver
  73.   systemdict /quit get exec
  74.   (WARNING : Printer Reset Failed.) = flush
  75. "
  76. *End
  77.  
  78. *DefaultResolution: 1800dpi
  79. *SetResolution 600dpi: "statusdict begin true proofmode end"
  80. *SetResolution 1800dpi: "statusdict begin false proofmode end"
  81.  
  82. *?Resolution: "
  83. save
  84.   initgraphics
  85.   0 0 moveto currentpoint matrix defaultmatrix transform
  86.   0 72 lineto currentpoint matrix defaultmatrix transform
  87.   3 -1 roll sub dup mul
  88.   3 1 roll exch sub dup mul
  89.   add sqrt round cvi
  90.   (          ) cvs print (dpi) = flush
  91. restore
  92. "
  93. *End
  94.  
  95. *% Halftone Information ===============
  96. *ScreenFreq: "85.0"
  97. *ScreenAngle: "45.0"
  98. *DefaultScreenProc: Dot
  99. *ScreenProc Dot: "
  100.     { abs exch abs 2 copy add 1 gt
  101.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  102.         { dup mul exch dup mul add 1.0 exch sub }
  103.     ifelse }
  104. "
  105. *End
  106. *ScreenProc Line: "{ pop }"
  107. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  108.  
  109. *DefaultTransfer: Null
  110. *Transfer Null: "{ }"
  111. *Transfer Null.Inverse: "{ 1 exch sub }"
  112.  
  113. *% Paper Handling ===================
  114.  
  115. *% Use these entries to set paper size most of the time, unless there is
  116. *% specific reason to use PageRegion or PaperTray.
  117. *DefaultPageSize: Letter
  118. *PageSize A3: "a3"
  119. *PageSize A3.Extra: "a3_extra"
  120. *PageSize A4: "a4"
  121. *PageSize A4Small: "a4small"
  122. *PageSize A4.Transverse: "a4.transverse"
  123. *PageSize B5: "b5"
  124. *PageSize Letter: "letter"
  125. *PageSize LetterSmall: "lettersmall"
  126. *PageSize Letter.Transverse: "letter.transverse"
  127. *PageSize Legal: "legal"
  128. *PageSize Tabloid: "11x17"
  129. *PageSize TabloidExtra: "tabloid_extra"
  130. *PageSize Oversize: "LMoversize"
  131. *PageSize OversizePlus: "LMoversize"
  132. *PageSize Envelope.297.684/C10 Envelope: "com10envelope"
  133. *PageSize Envelope.312.624/DL Envelope: "dlenvelope"
  134.  
  135. *?PageSize: "
  136. save statusdict begin
  137.  /papersize where{ pop
  138.   12 dict begin
  139.    /a3 (A3) def 
  140.    /a3_extra (A3.Extra) def 
  141.    /a4 (A4) def
  142.    /a4small (A4Small) def
  143.    /a4.transverse (A4.Transverse) def
  144.    /letter (Letter) def 
  145.    /lettersmall (LetterSmall) def 
  146.    /letter.transverse (Letter.Transverse) def 
  147.    /legal (Legal) def
  148.    /11x17 (Tabloid) def
  149.    /LMoversize (Oversize) def
  150.    /tabloid_extra (TabloidExtra) def
  151.    /com10envelope (Envelope.297.684/C10 Envelope) def
  152.    /dlenvelope (Envelope.312.624/DL Envelope) def
  153.  
  154.    papersize {
  155.      {load exec} stopped not{= flush}if
  156.   }{
  157.      {load exec} stopped not{print (.Transverse) = flush}if
  158.    }ifelse
  159.   end
  160.   }{
  161.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  162.    }ifelse
  163. end restore
  164. "
  165. *End
  166.  
  167. *% These entries will set up the frame buffer. Usually used with manual feed.
  168. *DefaultPageRegion: Letter
  169. *PageRegion A3: "a3"
  170. *PageRegion A3.Extra: "a3_extra"
  171. *PageRegion A4: "a4"
  172. *PageRegion A4Small: "a4small"
  173. *PageRegion A4.Transverse: "a4.transverse"
  174. *PageRegion B5: "b5"
  175. *PageRegion Letter: "letter"
  176. *PageRegion LetterSmall: "lettersmall"
  177. *PageRegion Letter.Transverse: "letter.transverse"
  178. *PageRegion Legal: "legal"
  179. *PageRegion Tabloid: "11x17"
  180. *PageRegion TabloidExtra: "tabloid_extra"
  181. *PageRegion Oversize: "LMoversize"
  182. *PageRegion OversizePlus: "LMoversize"
  183. *PageRegion Envelope.297.684/C10 Envelope: "com10envelope"
  184. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  185.  
  186. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  187. *% These errors should be trapped by software and a message displayed
  188. *DefaultPaperTray: None
  189. *PaperTray A3: ""
  190. *PaperTray A3.Extra: ""
  191. *PaperTray A4: ""
  192. *PaperTray A4.Transverse: ""
  193. *PaperTray B5: ""
  194. *PaperTray Letter: ""
  195. *PaperTray Letter.Transverse: ""
  196. *PaperTray Legal: ""
  197. *PaperTray Tabloid: ""
  198. *PaperTray TabloidExtra: ""
  199. *PaperTray Oversize: ""
  200. *PaperTray Envelope.297.684/C10 Envelope: ""
  201. *PaperTray Envelope.312.624/DL Envelope: ""
  202.  
  203. *% The following entries provide information about specific paper keywords.
  204. *DefaultImageableArea: Letter
  205. *ImageableArea A3: "18 20 824 1171 "
  206. *ImageableArea A3.Extra: "0 0 856 1211 "
  207. *ImageableArea A4: "15 10 580 832 "
  208. *ImageableArea A4Small: "26 31 569 811 "
  209. *ImageableArea A4.Transverse: "10 15 832 580 "
  210. *ImageableArea B5: "21 10 500 715 "
  211. *ImageableArea Letter: "15 8 597 784 "
  212. *ImageableArea LetterSmall: "30 31 582 761 "
  213. *ImageableArea Letter.Transverse: "8 15 784 597"
  214. *ImageableArea Legal: "15 8 597 1000 "
  215. *ImageableArea Tabloid: "15 8 777 1216 "
  216. *ImageableArea TabloidExtra: "0 0 812 1244 "
  217. *ImageableArea Oversize: "0 0 839 1368 "
  218. *ImageableArea OversizePlus: "5 0 859 1368 "
  219. *ImageableArea Envelope.297.684/C10 Envelope: "11 14 287 670"
  220. *ImageableArea Envelope.312.624/DL Envelope: "4 4 308 620"
  221.  
  222. *% These provide the physical dimensions of the paper (by keyword)
  223. *DefaultPaperDimension: Letter
  224. *PaperDimension A3: "842 1191"
  225. *PaperDimension A3.Extra: "856 1211"
  226. *PaperDimension A4: "596 842"
  227. *PaperDimension A4Small: "596 842"
  228. *PaperDimension A4.Transverse: "842 596"
  229. *PaperDimension B5: "516 729"
  230. *PaperDimension Letter: "612 792"
  231. *PaperDimension LetterSmall: "612 792"
  232. *PaperDimension Letter.Transverse: "792 612"
  233. *PaperDimension Legal: "612 1008"
  234. *PaperDimension Tabloid: "792 1224"
  235. *PaperDimension TabloidExtra: "812 1244"
  236. *PaperDimension Oversize: "852 1368"
  237. *PaperDimension OversizePlus: "864 1368"
  238. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  239. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  240.  
  241. *DefaultOutputBin: OnlyOne
  242. *DefaultInputSlot: AutoSelect
  243. *InputSlot AutoSelect: "statusdict begin -2 lmsetdefaulttray end"
  244. *InputSlot Upper: "statusdict begin 1 lmsetdefaulttray end"
  245. *InputSlot Lower: "statusdict begin 2 lmsetdefaulttray end"
  246. *InputSlot EnvelopeManual: "statusdict begin 3 lmsetdefaulttray end"
  247.  
  248. *DefaultManualFeed: False
  249. *?ManualFeed: "
  250. save
  251.   statusdict /manualfeed get
  252.  {(True)}{(False)}ifelse = flush
  253. restore 
  254. "
  255. *End
  256. *ManualFeed True: "statusdict begin /manualfeed true store end"
  257. *ManualFeed False: "statusdict begin /manualfeed false store end"
  258.  
  259. *DefaultOutputOrder: Normal
  260.  
  261. *DefaultCollator: None
  262. *DefaultSorter: None
  263. *DefaultDuplex: None
  264.  
  265. *% Font Information =====================
  266.  
  267. *DefaultFont: Courier
  268. *Font Antiqua-Medium-DTC: Standard "(001.003)"
  269. *Font Antiqua-MediumItalic-DTC: Standard "(001.003)"
  270. *Font Antiqua-Regular-DTC: Standard "(001.003)"
  271. *Font Antiqua-RegularItalic-DTC: Standard "(001.003)"
  272. *Font Antiqua-Ultra-DTC: Standard "(001.003)"
  273. *Font Antiqua-UltraItalic-DTC: Standard "(001.003)"
  274. *Font AvantGarde-Book: Standard "(001.003)"
  275. *Font AvantGarde-BookOblique: Standard "(001.003)"
  276. *Font AvantGarde-Demi: Standard "(001.003)"
  277. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  278. *Font Blippo-Black-DTC: Standard "(001.003)"
  279. *Font Bookman-Demi: Standard "(001.003)"
  280. *Font Bookman-DemiItalic: Standard "(001.003)"
  281. *Font Bookman-Light: Standard "(001.003)"
  282. *Font Bookman-LightItalic: Standard "(001.003)"
  283. *Font Britannic-Bold-DTC: Standard "(001.003)"
  284. *Font Britannic-Light-DTC: Standard "(001.003)"
  285. *Font Britannic-Medium-DTC: Standard "(001.003)"
  286. *Font Broadway-DTC: Standard "(001.003)"
  287. *Font Brody-DTC: Standard "(001.003)"
  288. *Font BrushScript-DTC: Standard "(001.003)"
  289. *Font Chaucer-DTC: Standard "(001.003)"
  290. *Font Clarendon-Bold-DTC: Standard "(001.003)"
  291. *Font Clarendon-Light-DTC: Standard "(001.003)"
  292. *Font Clearface-Black-DTC: Standard "(001.003)"
  293. *Font Clearface-BlackItalic-DTC: Standard "(001.003)"
  294. *Font Clearface-Heavy-DTC: Standard "(001.003)"
  295. *Font Clearface-HeavyItalic-DTC: Standard "(001.003)"
  296. *Font Clearface-Regular-DTC: Standard "(001.003)"
  297. *Font Clearface-RegularItalic-DTC: Standard "(001.003)"
  298. *Font ClearfaceGothic-Bold-DTC: Standard "(001.003)"
  299. *Font ClearfaceGothic-ExtraBold-DTC: Standard "(001.003)"
  300. *Font ClearfaceGothic-Regular-DTC: Standard "(001.003)"
  301. *Font Cooper-Black-DTC: Standard "(001.003)"
  302. *Font Cooper-BlackItalic-DTC: Standard "(001.003)"
  303. *Font Copperplate-Bold-DTC: Standard "(001.003)"
  304. *Font Courier: Standard "(001.003)"
  305. *Font Courier-Bold: Standard "(001.003)"
  306. *Font Courier-BoldOblique: Standard "(001.003)"
  307. *Font Courier-Oblique: Standard "(001.003)"
  308. *Font Eurostile-Black-DTC: Standard "(001.003)"
  309. *Font Eurostile-Roman-DTC: Standard "(001.003)"
  310. *Font EurostileExtended-Black-DTC: Standard "(001.003)"
  311. *Font EurostileExtended-Roman-DTC: Standard "(001.003)"
  312. *Font FlareGothic-Bold-DTC: Standard "(001.003)"
  313. *Font FlareGothic-BoldItalic-DTC: Standard "(001.003)"
  314. *Font FlareGothic-Light-DTC: Standard "(001.003)"
  315. *Font FlareGothic-LightItalic-DTC: Standard "(001.003)"
  316. *Font FlareGothic-Regular-DTC: Standard "(001.003)"
  317. *Font FlareGothic-RegularItalic-DTC: Standard "(001.003)"
  318. *Font FrugalSans-Bold-DTC: Standard "(001.003)"
  319. *Font FrugalSans-BoldItalic-DTC: Standard "(001.003)"
  320. *Font FrugalSans-Light-DTC: Standard "(001.003)"
  321. *Font FrugalSans-LightItalic-DTC: Standard "(001.003)"
  322. *Font Garamond-Bold-DTC: Standard "(001.003)"
  323. *Font Garamond-BoldItalic-DTC: Standard "(001.003)"
  324. *Font Garamond-Book-DTC: Standard "(001.003)"
  325. *Font Garamond-BookItalic-DTC: Standard "(001.003)"
  326. *Font GaramondCondensed-Bold-DTC: Standard "(001.003)"
  327. *Font GaramondCondensed-BoldItalic-DTC: Standard "(001.003)"
  328. *Font GaramondCondensed-Book-DTC: Standard "(001.003)"
  329. *Font GaramondCondensed-BookItalic-DTC: Standard "(001.003)"
  330. *Font Goudy-Bold-DTC: Standard "(001.003)"
  331. *Font Goudy-Heavyface-DTC: Standard "(001.003)"
  332. *Font Goudy-Light-DTC: Standard "(001.003)"
  333. *Font GoudyCatalogue-Italic-DTC: Standard "(001.003)"
  334. *Font GoudyOldStyle-Regular-DTC: Standard "(001.003)"
  335. *Font GoudyOldStyle-RegularItalic-DTC: Standard "(001.003)"
  336. *Font Helvetica: Standard "(001.003)"
  337. *Font Helvetica-Bold: Standard "(001.003)"
  338. *Font Helvetica-BoldOblique: Standard "(001.003)"
  339. *Font Helvetica-Narrow: Standard "(001.003)"
  340. *Font Helvetica-Narrow-Bold: Standard "(001.003)"
  341. *Font Helvetica-Narrow-BoldOblique: Standard "(001.003)"
  342. *Font Helvetica-Narrow-Oblique: Standard "(001.003)"
  343. *Font Helvetica-Oblique: Standard "(001.003)"
  344. *Font Hobo-DTC: Standard "(001.003)"
  345. *Font Kauflinn-DTC: Standard "(001.003)"
  346. *Font Korinna-ExtraBold-DTC: Standard "(001.003)"
  347. *Font Korinna-ExtraBoldItalic-DTC: Standard "(001.003)"
  348. *Font Korinna-Regular-DTC: Standard "(001.003)"
  349. *Font Korinna-RegularItalic-DTC: Standard "(001.003)"
  350. *Font Mariage-DTC: Standard "(001.003)"
  351. *Font MuralScript-DTC: Standard "(001.003)"
  352. *Font NewBaskerville-Bold-DTC: Standard "(001.003)"
  353. *Font NewBaskerville-BoldItalic-DTC: Standard "(001.003)"
  354. *Font NewBaskerville-Roman-DTC: Standard "(001.003)"
  355. *Font NewBaskerville-RomanItalic-DTC: Standard "(001.003)"
  356. *Font NewCenturySchlbk-Bold: Standard "(001.004)"
  357. *Font NewCenturySchlbk-BoldItalic: Standard "(001.003)"
  358. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  359. *Font NewCenturySchlbk-Roman: Standard "(001.003)"
  360. *Font OldTowne-DTC: Standard "(001.003)"
  361. *Font Optimum-Bold-DTC: Standard "(001.003)"
  362. *Font Optimum-BoldItalic-DTC: Standard "(001.003)"
  363. *Font Optimum-Roman-DTC: Standard "(001.003)"
  364. *Font Optimum-RomanItalic-DTC: Standard "(001.003)"
  365. *Font Palatino-Bold: Standard "(001.003)"
  366. *Font Palatino-BoldItalic: Standard "(001.003)"
  367. *Font Palatino-Italic: Standard "(001.003)"
  368. *Font Palatino-Roman: Standard "(001.003)"
  369. *Font Palton-Light-DTC: Standard "(001.003)"
  370. *Font ParkAvenue-DTC: Standard "(001.003)"
  371. *Font SansBlackCondensed-DTC: Standard "(001.003)"
  372. *Font SansBlackCondensed-Oblique-DTC: Standard "(001.003)"
  373. *Font SansExtended-Medium-DTC: Standard "(001.003)"
  374. *Font SansExtended-Regular-DTC: Standard "(001.003)"
  375. *Font SansExtended-RegularOblique-DTC: Standard "(001.003)"
  376. *Font SansExtraBlackCondensed-DTC: Standard "(001.003)"
  377. *Font SansLightExtended-DTC: Standard "(001.003)"
  378. *Font SansThinCondensed-DTC: Standard "(001.003)"
  379. *Font SansThinCondensed-Oblique-DTC: Standard "(001.003)"
  380. *Font Serpentine-Bold-DTC: Standard "(001.003)"
  381. *Font Souvenir-Demi-DTC: Standard "(001.003)"
  382. *Font Souvenir-DemiItalic-DTC: Standard "(001.003)"
  383. *Font Souvenir-Light-DTC: Standard "(001.003)"
  384. *Font Souvenir-LightItalic-DTC: Standard "(001.003)"
  385. *Font SquareSerif-Black-DTC: Standard "(001.003)"
  386. *Font SquareSerif-BlackItalic-DTC: Standard "(001.003)"
  387. *Font SquareSerif-Bold-DTC: Standard "(001.003)"
  388. *Font SquareSerif-BoldItalic-DTC: Standard "(001.003)"
  389. *Font SquareSerif-Light-DTC: Standard "(001.003)"
  390. *Font SquareSerif-LightItalic-DTC: Standard "(001.003)"
  391. *Font Symbol: Special "(001.003)"
  392. *Font Times-Bold: Standard "(001.003)"
  393. *Font Times-BoldItalic: Standard "(001.003)"
  394. *Font Times-Italic: Standard "(001.003)"
  395. *Font Times-Roman: Standard "(001.003)"
  396. *Font UniversityRoman-Bold-DTC: Standard "(001.003)"
  397. *Font UniversityRoman-DTC: Standard "(001.003)"
  398. *Font Vivante-DTC: Standard "(001.003)"
  399. *Font Windsor-Bold-DTC: Standard "(001.003)"
  400. *Font Windsor-DTC: Standard "(001.003)"
  401. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  402. *Font ZapfDingbats: Standard "(001.003)"
  403. *?FontQuery: "
  404. save  4 dict begin /sv exch def
  405. /str (fonts/                              ) def
  406. /st2 128 string def
  407. {
  408.   count 0 gt {
  409.     dup st2 cvs (/) print print (:) print
  410.     dup FontDirectory exch known {pop (Yes)}{
  411.      str exch st2 cvs dup length /len exch def
  412.      6 exch putinterval str 0 len 6 add getinterval mark exch
  413.      { } st2 filenameforall counttomark 0 gt {
  414.       cleartomark (Yes)}{cleartomark (No)}ifelse
  415.     }ifelse = flush
  416.   }{ exit } ifelse
  417. } bind loop 
  418. (*) = flush
  419. sv end restore
  420. "
  421. *End
  422.  
  423. *?FontList: "
  424. save  2 dict begin /sv exch def
  425. /str 128 string def
  426. FontDirectory { pop == } bind forall flush 
  427. /filenameforall where { 
  428.  pop save (fonts/*) { 
  429.   dup length 6 sub 6 exch getinterval cvn ==  
  430.  } bind str filenameforall flush restore
  431. } if 
  432. (*) = flush
  433. sv end restore
  434. "
  435. *End
  436.  
  437. *% Printer Messages (verbatim from printer):
  438. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  439. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  440. *Message: "\FontName\ not found, using Courier"
  441.  
  442. *% Status (format: %%[ status: <one of these> ]%% )
  443. *Status: "idle"
  444. *Status: "busy"
  445. *Status: "waiting"
  446. *Status: "printing"
  447. *Status: "warming up"
  448. *Status: "PrinterError: timeout, clearing printer"
  449. *Status: "PrinterError: warming up"
  450. *Status: "PrinterError: service call"
  451. *Status: "PrinterError: paper entry misfeed"
  452. *Status: "PrinterError: no toner cartridge"
  453. *Status: "PrinterError: paper entry misfeed"
  454.  
  455. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  456. *Source: "serial"
  457. *Source: "parallel"
  458. *Source: "EtherTalk"
  459. *Source: "LocalTalk"
  460.  
  461. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  462. *PrinterError: "timeout, clearing printer"
  463. *PrinterError: "warming up"
  464. *PrinterError: "service call"
  465. *PrinterError: "paper entry misfeed"
  466. *PrinterError: "no toner cartridge"
  467. *PrinterError: "paper entry misfeed"
  468.  
  469. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  470.  
  471. *% Color Separation Information =====================
  472.  
  473. *DefaultColorSep: ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi
  474.  
  475. *InkName: ProcessBlack/Process Black
  476. *InkName: CustomColor/Custom Color
  477. *InkName: ProcessCyan/Process Cyan
  478. *InkName: ProcessMagenta/Process Magenta
  479. *InkName: ProcessYellow/Process Yellow
  480.  
  481.  
  482. *% For 133 lpi / 1800 dpi =====================================================
  483.  
  484. *ColorSepScreenAngle ProcessBlack.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "45"
  485. *ColorSepScreenAngle CustomColor.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "45"
  486. *ColorSepScreenAngle ProcessCyan.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "108.4"
  487. *ColorSepScreenAngle ProcessMagenta.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "161.6"
  488. *ColorSepScreenAngle ProcessYellow.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "90"
  489.  
  490. *ColorSepScreenFreq ProcessBlack.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "141.4"
  491. *ColorSepScreenFreq CustomColor.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "141.4"
  492. *ColorSepScreenFreq ProcessCyan.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "133.3"
  493. *ColorSepScreenFreq ProcessMagenta.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "133.3"
  494. *ColorSepScreenFreq ProcessYellow.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "150"
  495.  
  496. *% For 110 lpi / 1800 dpi =====================================================
  497.  
  498. *ColorSepScreenAngle ProcessBlack.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "45"
  499. *ColorSepScreenAngle CustomColor.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "45"
  500. *ColorSepScreenAngle ProcessCyan.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "108.4"
  501. *ColorSepScreenAngle ProcessMagenta.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "161.6"
  502. *ColorSepScreenAngle ProcessYellow.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "90"
  503.  
  504. *ColorSepScreenFreq ProcessBlack.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "121.2"
  505. *ColorSepScreenFreq CustomColor.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "121.2"
  506. *ColorSepScreenFreq ProcessCyan.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "110"
  507. *ColorSepScreenFreq ProcessMagenta.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "110"
  508. *ColorSepScreenFreq ProcessYellow.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "119"
  509.  
  510. *% For 100 lpi / 1800 dpi =====================================================
  511.  
  512. *ColorSepScreenAngle ProcessBlack.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "45"
  513. *ColorSepScreenAngle CustomColor.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "45"
  514. *ColorSepScreenAngle ProcessCyan.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "108.4"
  515. *ColorSepScreenAngle ProcessMagenta.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "161.6"
  516. *ColorSepScreenAngle ProcessYellow.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "90"
  517.  
  518. *ColorSepScreenFreq ProcessBlack.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "106.1"
  519. *ColorSepScreenFreq CustomColor.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "106.1"
  520. *ColorSepScreenFreq ProcessCyan.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "94.9"
  521. *ColorSepScreenFreq ProcessMagenta.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "94.9"
  522. *ColorSepScreenFreq ProcessYellow.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "100"
  523.  
  524. *% For 85 lpi / 1800 dpi =====================================================
  525.  
  526. *ColorSepScreenAngle ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "45"
  527. *ColorSepScreenAngle CustomColor.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "45"
  528. *ColorSepScreenAngle ProcessCyan.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "108.4"
  529. *ColorSepScreenAngle ProcessMagenta.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "161.6"
  530. *ColorSepScreenAngle ProcessYellow.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "90"
  531.  
  532. *ColorSepScreenFreq ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "84.9"
  533. *ColorSepScreenFreq CustomColor.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "84.9"
  534. *ColorSepScreenFreq ProcessCyan.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "80"
  535. *ColorSepScreenFreq ProcessMagenta.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "80"
  536. *ColorSepScreenFreq ProcessYellow.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "85"
  537.  
  538. *% For 70 lpi / 1800 dpi =====================================================
  539.  
  540. *ColorSepScreenAngle ProcessBlack.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "45"
  541. *ColorSepScreenAngle CustomColor.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "45"
  542. *ColorSepScreenAngle ProcessCyan.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "108.4"
  543. *ColorSepScreenAngle ProcessMagenta.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "161.6"
  544. *ColorSepScreenAngle ProcessYellow.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "90"
  545.  
  546. *ColorSepScreenFreq ProcessBlack.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "70.7"
  547. *ColorSepScreenFreq CustomColor.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "70.7"
  548. *ColorSepScreenFreq ProcessCyan.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "63.2"
  549. *ColorSepScreenFreq ProcessMagenta.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "63.2"
  550. *ColorSepScreenFreq ProcessYellow.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "66.7"
  551.  
  552. *% For 60 lpi / 1800 dpi =====================================================
  553.  
  554. *ColorSepScreenAngle ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "45"
  555. *ColorSepScreenAngle CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "45"
  556. *ColorSepScreenAngle ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "108.4"
  557. *ColorSepScreenAngle ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "161.6"
  558. *ColorSepScreenAngle ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "90"
  559.  
  560. *ColorSepScreenFreq ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "60.6"
  561. *ColorSepScreenFreq CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "60.6"
  562. *ColorSepScreenFreq ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "54.2"
  563. *ColorSepScreenFreq ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "54.2"
  564. *ColorSepScreenFreq ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "57.1"
  565.  
  566. *ColorSepScreenProc ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  567. { abs exch abs 2 copy add 1 gt
  568.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  569.         { dup mul exch dup mul add 1.0 exch sub }
  570.     ifelse }
  571. "
  572. *End
  573. *ColorSepScreenProc CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  574.     { abs exch abs 2 copy add 1 gt
  575.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  576.         { dup mul exch dup mul add 1.0 exch sub }
  577.     ifelse }
  578. "
  579. *End
  580. *ColorSepScreenProc ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  581.     { abs exch abs 2 copy add 1 gt
  582.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  583.         { dup mul exch dup mul add 1.0 exch sub }
  584.     ifelse }
  585. "
  586. *End
  587. *ColorSepScreenProc ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  588.     { abs exch abs 2 copy add 1 gt
  589.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  590.         { dup mul exch dup mul add 1.0 exch sub }
  591.     ifelse }
  592. "
  593. *End
  594. *ColorSepScreenProc ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  595.     { abs exch abs 2 copy add 1 gt
  596.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  597.         { dup mul exch dup mul add 1.0 exch sub }
  598.     ifelse }
  599. "
  600. *End
  601.  
  602. *% For 50 lpi / 1800 dpi =====================================================
  603.  
  604. *ColorSepScreenAngle ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "45"
  605. *ColorSepScreenAngle CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "45"
  606. *ColorSepScreenAngle ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "108.4"
  607. *ColorSepScreenAngle ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "161.6"
  608. *ColorSepScreenAngle ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "90"
  609.  
  610. *ColorSepScreenFreq ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "53"
  611. *ColorSepScreenFreq CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "53"
  612. *ColorSepScreenFreq ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "47.4"
  613. *ColorSepScreenFreq ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "47.4"
  614. *ColorSepScreenFreq ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "50"
  615.  
  616. *ColorSepScreenProc ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  617.     { abs exch abs 2 copy add 1 gt
  618.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  619.         { dup mul exch dup mul add 1.0 exch sub }
  620.     ifelse }
  621. "
  622. *End
  623. *ColorSepScreenProc CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  624.     { abs exch abs 2 copy add 1 gt
  625.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  626.         { dup mul exch dup mul add 1.0 exch sub }
  627.     ifelse }
  628. "
  629. *End
  630. *ColorSepScreenProc ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  631.     { abs exch abs 2 copy add 1 gt
  632.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  633.         { dup mul exch dup mul add 1.0 exch sub }
  634.     ifelse }
  635. "
  636. *End
  637. *ColorSepScreenProc ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  638.     { abs exch abs 2 copy add 1 gt
  639.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  640.         { dup mul exch dup mul add 1.0 exch sub }
  641.     ifelse }
  642. "
  643. *End
  644. *ColorSepScreenProc ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  645.     { abs exch abs 2 copy add 1 gt
  646.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  647.         { dup mul exch dup mul add 1.0 exch sub }
  648.     ifelse }
  649. "
  650. *End
  651.  
  652. *% For 40 lpi / 1800 dpi =====================================================
  653.  
  654. *ColorSepScreenAngle ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "45"
  655. *ColorSepScreenAngle CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "45"
  656. *ColorSepScreenAngle ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "108.4"
  657. *ColorSepScreenAngle ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "161.6"
  658. *ColorSepScreenAngle ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "90"
  659.  
  660. *ColorSepScreenFreq ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "42.4"
  661. *ColorSepScreenFreq CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "42.4"
  662. *ColorSepScreenFreq ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "37.9"
  663. *ColorSepScreenFreq ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "37.9"
  664. *ColorSepScreenFreq ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "40"
  665.  
  666. *ColorSepScreenProc ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  667.     { abs exch abs 2 copy add 1 gt
  668.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  669.         { dup mul exch dup mul add 1.0 exch sub }
  670.     ifelse }
  671. "
  672. *End
  673. *ColorSepScreenProc CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  674.     { abs exch abs 2 copy add 1 gt
  675.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  676.         { dup mul exch dup mul add 1.0 exch sub }
  677.     ifelse }
  678. "
  679. *End
  680. *ColorSepScreenProc ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  681.     { abs exch abs 2 copy add 1 gt
  682.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  683.         { dup mul exch dup mul add 1.0 exch sub }
  684.     ifelse }
  685. "
  686. *End
  687. *ColorSepScreenProc ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  688.     { abs exch abs 2 copy add 1 gt
  689.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  690.         { dup mul exch dup mul add 1.0 exch sub }
  691.     ifelse }
  692. "
  693. *End
  694. *ColorSepScreenProc ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  695.     { abs exch abs 2 copy add 1 gt
  696.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  697.         { dup mul exch dup mul add 1.0 exch sub }
  698.     ifelse }
  699. "
  700. *End
  701.  
  702. *% For 30 lpi / 1800 dpi =====================================================
  703.  
  704. *ColorSepScreenAngle ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "45"
  705. *ColorSepScreenAngle CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "45"
  706. *ColorSepScreenAngle ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "108.4"
  707. *ColorSepScreenAngle ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "161.6"
  708. *ColorSepScreenAngle ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "90"
  709.  
  710. *ColorSepScreenFreq ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "35.4"
  711. *ColorSepScreenFreq CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "35.4"
  712. *ColorSepScreenFreq ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "31.6"
  713. *ColorSepScreenFreq ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "31.6"
  714. *ColorSepScreenFreq ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "33.3"
  715.  
  716. *ColorSepScreenProc ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  717.     { abs exch abs 2 copy add 1 gt
  718.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  719.         { dup mul exch dup mul add 1.0 exch sub }
  720.     ifelse }
  721. "
  722. *End
  723. *ColorSepScreenProc CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  724.     { abs exch abs 2 copy add 1 gt
  725.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  726.         { dup mul exch dup mul add 1.0 exch sub }
  727.     ifelse }
  728. "
  729. *End
  730. *ColorSepScreenProc ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  731.     { abs exch abs 2 copy add 1 gt
  732.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  733.         { dup mul exch dup mul add 1.0 exch sub }
  734.     ifelse }
  735. "
  736. *End
  737. *ColorSepScreenProc ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  738.     { abs exch abs 2 copy add 1 gt
  739.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  740.         { dup mul exch dup mul add 1.0 exch sub }
  741.     ifelse }
  742. "
  743. *End
  744. *ColorSepScreenProc ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  745.     { abs exch abs 2 copy add 1 gt
  746.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  747.         { dup mul exch dup mul add 1.0 exch sub }
  748.     ifelse }
  749. "
  750. *End
  751.  
  752. *% For 70 lpi / 600 dpi =====================================================
  753.  
  754. *ColorSepScreenAngle ProcessBlack.70lpi.600x600dpi/70 lpi / 600 dpi: "45"
  755. *ColorSepScreenAngle CustomColor.70lpi.600x600dpi/70 lpi / 600 dpi: "45"
  756. *ColorSepScreenAngle ProcessCyan.70lpi.600x600dpi/70 lpi / 600 dpi: "108.4"
  757. *ColorSepScreenAngle ProcessMagenta.70lpi.600x600dpi/70 lpi / 600 dpi: "161.6"
  758. *ColorSepScreenAngle ProcessYellow.70lpi.600x600dpi/70 lpi / 600 dpi: "90"
  759.  
  760. *ColorSepScreenFreq ProcessBlack.70lpi.600x600dpi/70 lpi / 600 dpi: "70.7"
  761. *ColorSepScreenFreq CustomColor.70lpi.600x600dpi/70 lpi / 600 dpi: "70.7"
  762. *ColorSepScreenFreq ProcessCyan.70lpi.600x600dpi/70 lpi / 600 dpi: "63.2"
  763. *ColorSepScreenFreq ProcessMagenta.70lpi.600x600dpi/70 lpi / 600 dpi: "63.2"
  764. *ColorSepScreenFreq ProcessYellow.70lpi.600x600dpi/70 lpi / 600 dpi: "66.7"
  765.  
  766. *% end of PPD file for Unity 1800PM-R
  767.